home *** CD-ROM | disk | FTP | other *** search
-
- ;
- ; For SAS/C users.
- ;
- ; execute this README.SAS file to make .lib files
- ;
- ; To make i2c.lib (the SMALL_CODE version, all data relative to A4) use:
-
- lmk -a -f makefile.sas ASMFLAGS=-dSMALL_CODE i2c.lib
-
- ; To make i2cnb.lib (the LARGE_CODE version, absolute data, no-base) use:
-
- lmk -a -f makefile.sas ASMFLAGS=-dLARGE_CODE i2cnb.lib
-
- ; Then copy 'i2c.lib' and 'i2cnb.lib' to LIB:
- ;
- ;
- ; If you compile your programs with the default, small data model
- ; link with 'i2c.lib',
- ;
- ; if you compile your programs with the large data model
- ; link with 'i2cnb.lib'.
-
-